From: Richard M. Stallman Date: Wed, 26 May 1993 19:27:06 +0000 (+0000) Subject: (scroll-bar-mode): Make default value t. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95931 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=79161a452a16a8446448c598b8afd8cf7511bff6;p=emacs.git (scroll-bar-mode): Make default value t. --- diff --git a/lisp/scroll-bar.el b/lisp/scroll-bar.el index 86f6ea07e46..cddce3e419c 100644 --- a/lisp/scroll-bar.el +++ b/lisp/scroll-bar.el @@ -48,7 +48,9 @@ that scroll bar position." ;;;; Helpful functions for enabling and disabling scroll bars. -(defvar scroll-bar-mode nil) +;;; This is not documented because you can't change the +;;; mode properly by setting it. +(defvar scroll-bar-mode t) (defun scroll-bar-mode (flag) "Toggle display of vertical scroll bars on each frame.